:root{
  --green:#237b3c; --green-dark:#185a2d; --green-soft:#edf7f0;
  --blue:#0d5a96; --blue-dark:#073b66; --blue-soft:#eef6fb;
  --ink:#132017; --muted:#66736a; --line:#dfe8e1; --white:#fff;
  --shadow:0 22px 55px rgba(13,48,27,.12); --radius:22px; --page:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.45}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,a{font:inherit}
.page-width{width:min(var(--page),calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;background:#fff;padding:12px 18px;border-radius:8px;z-index:9999;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(20,55,30,.08)}
.header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:82px;height:auto}
.main-nav{display:flex;align-items:center;gap:28px;font-weight:750;font-size:14px}
.main-nav a{position:relative;white-space:nowrap}
.main-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--green);transition:.25s}
.main-nav a:hover::after{right:0}
.nav-cta{padding:14px 20px;background:var(--green);color:#fff;border-radius:999px;box-shadow:0 12px 28px rgba(35,123,60,.22)}
.menu-button{display:none;background:none;border:0;cursor:pointer;padding:8px}
.menu-button span{display:block;width:26px;height:2px;background:var(--ink);margin:5px 0}
.menu-button b{font-size:12px}
.hero{background:linear-gradient(115deg,#fbfefc 0%,#f2faf5 48%,#eaf5fb 100%);overflow:hidden}
.hero-inner{min-height:720px;display:grid;grid-template-columns:1.03fr .97fr;align-items:stretch}
.hero-copy{padding:86px 58px 72px 0;display:flex;flex-direction:column;justify-content:center}
.partner-line{display:flex;align-items:center;gap:22px;margin-bottom:26px}
.partner-line>span{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.17em;color:var(--green)}
.partner-line img{width:120px;height:auto;object-fit:contain}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(50px,5vw,76px);line-height:.98;letter-spacing:-.055em;max-width:680px;margin-bottom:26px}
.hero-lead{font-size:18px;line-height:1.65;color:#4d5b51;max-width:640px;margin-bottom:32px}
.hero-actions,.catalog-actions{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:10px;font-weight:800;font-size:14px;transition:transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--green);color:#fff;box-shadow:0 12px 25px rgba(35,123,60,.2)}
.button-secondary{background:#fff;border:1px solid #cfd9d2;color:var(--ink)}
.button-blue{background:var(--blue);color:#fff}
.button-white{background:#fff;color:var(--green-dark)}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;padding-top:28px;border-top:1px solid #d8e5dc}
.hero-facts strong{display:block;font-size:14px;margin-bottom:6px;color:var(--blue)}
.hero-facts span{display:block;color:#657269;font-size:12px;line-height:1.45}
.hero-media{position:relative;min-height:720px;clip-path:polygon(11% 0,100% 0,100% 100%,0 100%)}
.hero-media>img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(238,247,241,.55),transparent 30%)}
.hero-badge{position:absolute;z-index:2;right:32px;bottom:35px;width:min(330px,74%);background:#fff;padding:19px 22px;border-radius:16px;box-shadow:var(--shadow)}
.hero-badge span{display:block;color:var(--green);font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin-bottom:7px}
.hero-badge strong{font-size:16px;line-height:1.32}
.needs{position:relative;margin-top:-22px;z-index:4;background:#fff;border:1px solid #edf1ee;border-radius:20px;box-shadow:var(--shadow);padding:28px 34px 24px}
.needs-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;border-bottom:1px solid #e4ebe6;padding-bottom:17px}
.needs-heading p,.section-intro>p,.process-intro>p,.catalog-copy>p,.closing-cta>div>p{margin:0;color:var(--green);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.16em}
.needs-heading h2{font-size:36px;letter-spacing:-.035em;margin:0}
.needs-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.needs-grid a{padding:24px 24px 10px;border-right:1px solid #e6ede8;min-height:130px}
.needs-grid a:last-child{border-right:0}
.needs-grid span{color:var(--green);font-weight:900;font-size:12px;margin-right:8px}
.needs-grid strong{font-size:17px;line-height:1.32}
.needs-grid b{display:block;color:var(--green);font-size:12px;margin-top:15px}
.section-pad{padding:105px 0}
.section-intro{max-width:880px;margin-bottom:42px}
.section-intro h2,.process-intro h2,.catalog-copy h2{font-size:clamp(39px,4.1vw,62px);line-height:1.02;letter-spacing:-.05em;margin:12px 0 17px}
.section-lead{color:var(--muted);font-size:17px;max-width:780px}
.family-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.family-card{background:#fff;border:1px solid #dfe9e2;border-radius:18px;overflow:hidden;box-shadow:0 15px 35px rgba(25,58,35,.06)}
.family-image{height:300px;background:#f1f8f3;display:flex;align-items:center;justify-content:center;overflow:hidden}
.family-image img{width:100%;height:100%;object-fit:cover}
.family-image.product-art img{object-fit:contain;padding:24px}
.family-card>div:last-child{padding:24px 26px 28px}
.family-card span,.featured-card span{font-size:11px;color:var(--blue);text-transform:uppercase;letter-spacing:.12em;font-weight:900}
.family-card h3{font-size:24px;line-height:1.18;letter-spacing:-.03em;margin:10px 0}
.family-card p{color:var(--muted);font-size:14px;margin:0}
.compact-families{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}
.compact-families article{border:1px solid #e0e8e2;border-radius:15px;padding:18px;background:#fff;min-height:265px}
.compact-families img{width:100%;height:105px;object-fit:contain;margin-bottom:14px}
.compact-families h3{font-size:17px;line-height:1.2;margin-bottom:8px}
.compact-families p{font-size:12px;color:var(--muted);margin:0}
.featured-solutions{background:linear-gradient(135deg,var(--blue-dark),#0f65a8);color:#fff}
.section-intro.light>p{color:#a8e9bc}.section-intro.light h2{max-width:820px}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.featured-card{background:#fff;color:var(--ink);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-height:570px}
.featured-card>img{width:100%;height:245px;object-fit:cover}
.featured-card>img.contain{object-fit:contain;padding:20px;background:#f7fbf8}
.featured-card>div{padding:24px;display:flex;flex-direction:column;flex:1}
.featured-card h3{font-size:22px;line-height:1.2;margin:9px 0 12px}
.featured-card p{color:var(--muted);font-size:14px}
.featured-card a{color:var(--blue);font-weight:850;font-size:13px;margin-top:auto}
.process{background:var(--green-soft)}
.process-intro{max-width:770px;margin-bottom:40px}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.process-grid>div{background:#fff;border:1px solid #dfe9e2;border-radius:16px;padding:28px;min-height:220px}
.process-grid span{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:var(--green);color:#fff;font-size:12px;font-weight:900}
.process-grid h3{font-size:19px;margin:18px 0 8px}.process-grid p{color:var(--muted);font-size:13px;margin:0}
.catalog-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.catalog-copy>p:not(:first-child){color:var(--muted);font-size:16px}
.catalog-copy small{display:block;color:#7a857d;margin-top:16px}
.catalog-pages{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:18px;perspective:1100px}
.catalog-pages img{border-radius:6px;box-shadow:0 24px 50px rgba(15,38,22,.16);border:1px solid #e1e5e2}
.catalog-pages img:first-child{transform:rotate(-4deg)}
.catalog-pages img:last-child{transform:rotate(4deg)}
.closing-cta{margin-top:30px;margin-bottom:70px;background:linear-gradient(125deg,var(--green-dark),#2f9a49);border-radius:20px;color:#fff;padding:42px 48px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;box-shadow:0 22px 50px rgba(22,92,43,.22)}
.closing-cta h2{font-size:40px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 0}
.closing-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.sales-emails span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:#d7f3df;margin-bottom:6px}
.sales-emails a{display:block;font-size:14px;font-weight:800;text-decoration:underline;text-underline-offset:4px;margin:4px 0}
.site-footer{display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center;border-top:1px solid #e0e7e2;padding:36px 0 30px}
.footer-brand{display:flex;align-items:center;gap:20px}.footer-brand img{width:58px;height:auto}.footer-brand p{margin:0;font-weight:750;color:#3b493f}
.footer-partner{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px}.footer-partner img{width:85px;height:auto}
.footer-links{display:flex;justify-content:flex-end;gap:20px;font-size:12px;font-weight:800}
.copyright{grid-column:1/-1;color:#98a099;font-size:12px;margin:0}
@media (max-width:980px){
  .header-inner{min-height:82px}.brand img{width:68px}.menu-button{display:block}.main-nav{position:absolute;left:24px;right:24px;top:78px;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:stretch;gap:8px}.main-nav.open{display:flex}.main-nav a{padding:12px}.nav-cta{text-align:center}
  .hero-inner{grid-template-columns:1fr}.hero-copy{padding:65px 0 45px}.hero-media{min-height:560px;clip-path:none}.hero-facts{max-width:760px}.needs{margin-top:28px}.needs-heading{display:block}.needs-heading p{margin-bottom:8px}.needs-grid{grid-template-columns:1fr}.needs-grid a{border-right:0;border-bottom:1px solid #e6ede8}.family-grid{grid-template-columns:1fr}.compact-families{grid-template-columns:1fr 1fr}.featured-grid{grid-template-columns:1fr}.featured-card{min-height:unset}.featured-card>img{height:360px}.catalog-inner{grid-template-columns:1fr}.closing-cta{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.footer-links{grid-column:1/-1;justify-content:flex-start}.footer-partner{justify-content:flex-end}
}
@media (max-width:640px){
  .page-width{width:min(100% - 30px,var(--page))}.header-inner{min-height:72px}.brand img{width:60px}.main-nav{left:15px;right:15px;top:70px}
  .hero-copy{padding-top:45px}.partner-line{align-items:flex-start;flex-direction:column;gap:10px}.partner-line img{width:105px}h1{font-size:46px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.button{width:100%}.hero-facts{grid-template-columns:1fr;gap:13px}.hero-media{min-height:460px}.hero-badge{right:18px;bottom:18px}
  .needs{padding:24px 18px}.needs-heading h2{font-size:31px}.section-pad{padding:78px 0}.section-intro h2,.process-intro h2,.catalog-copy h2{font-size:40px}.family-image{height:245px}.compact-families{grid-template-columns:1fr}.featured-card>img{height:260px}.process-grid{grid-template-columns:1fr}.catalog-pages{gap:10px}.closing-cta{padding:32px 24px}.closing-cta h2{font-size:34px}.site-footer{grid-template-columns:1fr}.footer-partner{justify-content:flex-start}.footer-links{flex-wrap:wrap;gap:13px}.copyright{grid-column:1}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* ============================================================
   PIE DE PÁGINA JF — ESTÁNDAR COMÚN A LAS TRES PÁGINAS
   Cambio limitado a tipografía, tamaños, espaciado y logo JF.
   ============================================================ */
.site-footer {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  border-top: 1px solid #dfe8e1;
  background: #ffffff;
  color: #112018;
}
.footer-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}
.footer-brand img {
  width: 72px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}
.footer-brand p {
  margin: 0;
  color: #4a554e;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 750;
}
.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-links a {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 750;
  text-decoration: none;
}
.footer-links a:hover,
.footer-links a:focus-visible {
  color: #257a3d;
}
.copyright {
  margin: 0;
  color: #78827b;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

.site-footer.page-width {
  min-height: 180px;
  padding: 40px 0 30px;
  gap: 24px 56px;
}
.footer-partner {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .site-footer.page-width { gap: 24px 36px; }
}
@media (max-width: 640px) {
  .site-footer.page-width { min-height: 0; padding: 34px 0 28px; }
  .footer-brand img { width: 72px; }
  .footer-links { flex-direction: row; gap: 16px 22px; }
}

